Buy/sell pressure (volume)Still early phase.
Looks at volume pressure over the course of a bar and compares to the last x bars to see if sell or buy pressure is greater. Visualized as an indicator and barcolor.
Recommended length: 100
Cari dalam skrip untuk "Buy sell"
Buy Sell Signal & IchimokuThe script totally based on technical analysis. Indication of "Buy" will appear once the conditions are matched. Please don't follow "Buy" indication if it appear at top of chart.
Yellow candle is a pre-alert for any momentum coming together with increasing of price.
Yellow circle at volume bar is to show that the momentum was there.
Orange line is support & resistance.
Buy/sell signals & Top/Bottom (DEMO) • IntradayAnyone can trade with the Intraday indicator. Perfect for Day trading, Swing trading and scalping
How does the script work ?
The LONG and SHORT signals are clearly identifiable with colored candlesticks.
Find the potential Top and bottom on any interval.
Add alerts (PRO feature)
All time interval (Pro feature)
The intraday script is working on any assets (Forex, Crypto, Indices, Stocks…)
DEMO only: 1h CHART /
The indicator is available via subscription and you can enjoy a 7-day free trial . To know more about the indicator and start the trial simply visit the link below.
Buy/Sell Points by CoinsolosWTCROSS indikatörü temel alınarak oluşturulmuştur. Aynı zamanda iyi sinyal vermek için RSI değerlerini de takip eder ve WTCROSS indikatörü kadar çok sinyal üretmez.
İlgilendiğiniz coin ve periyot için indikatörün eski verdiği sinyalleri inceleyin ve alış/satış sinyallerine alarm kurun. Alarm kurarken "Mum kapanışında bir defa (Once Per Bar Close)" ayarını kullanın.
Alış sinyali geldiğinde doğrudan market fiyatından almak yerine o anki fiyatın biraz altına Limit Order girin ve bekleyin. Ani hareketlerde kayıp yaşamamak için mutlaka stop-loss kullanın.
Bazen sat sinyali verdikten sonra fiyat tekrar yukarı hareket edebilir ancak satmak için bunu beklemek yerine doğrudan satış yapmanızı tavsiye ederim. Eğer fiyat hızlı şekilde düşerse satmak için fırsatınız olmayabilir.
4 saatten aşağı periyotlarda kullanılmasını önermiyorum.
İndikatör ayarlarını kullanılarak daha sağlıklı sonuç alacak şekilde denemeler yapabilir ve başarılı bulduğunuz ayarları yorum olarak paylaşabilirsiniz.
It is based on wtcross indicator. Also follows RSI value to give good signals. It doesn't produce signals as much as wtcross indicator does.
Do your back test for the coin and the period you interested and set alarm for buy and sell signals with "Once Per Bar Close" setting.
Don't buy market price on buy signal. Just put your buy limit order a bit below of the market price and wait. Always use stop-loss to protect your buy funds.
Sometimes prices goes up after sell signal but to be sure sell on sell signal because it can go down rapidly.
It is not suggested to use period less than 4 hour.
By using indicator settings you can try different variations and make a comment your successfull settings.
Buy/Sell Points by CoinsolosWTCROSS indikatörü temel alınarak oluşturulmuştur. Aynı zamanda iyi sinyal vermek için RSI değerlerini de takip eder ve WTCROSS indikatörü kadar çok sinyal üretmez.
İlgilendiğiniz coin ve periyot için indikatörün eski verdiği sinyalleri inceleyin ve alış/satış sinyallerine alarm kurun. Alarm kurarken "Mum kapanışında bir defa (Once Per Bar Close)" ayarını kullanın.
Alış sinyali geldiğinde doğrudan market fiyatından almak yerine en son yeşil mumun açılış (OPEN) fiyatına Limit Order girin ve bekleyin. Ani hareketlerde kayıp yaşamamak için mutlaka stop-loss kullanın.
Bazen sat sinyali verdikten sonra fiyat tekrar yukarı hareket edebilir ancak satmak için bunu beklemek yerine doğrudan satış yapmanızı tavsiye ederim. Eğer fiyat hızlı şekilde düşerse satmak için fırsatınız olmayabilir.
4 saatten aşağı periyotlarda kullanılmasını önermiyorum.
It is based on wtcross indicator. Also follows RSI value to give good signals. It doesn't produce signals as much as wtcross indicator does.
Do your back test for the coin and the period you interested and set alarm for buy and sell signals with "Once Per Bar Close" setting.
Don't buy market price on buy signal. Put your buy order on the open price of the latest green candle and wait. Always use stop-loss to protect your buy funds.
Sometimes prices goes up after sell signal but to be sure sell on sell signal because it can go down rapidly.
It is not suggested to use period less than 4 hour.
Buy-Sell BuddyS = Confirmed sell signal
B = Confirmed buy signal
U = Unknown signal - hold previous position
This is a simple script based on MACD and exponential moving average working together. If there is a disagreement between them, an "unknown" state is shown and denoted by a "U".
Buy - Sell Signal_botCrypto_bot signals, buy or sell signals form daily charts, 1hr and 4hr charts, Please create alerts accordingly, only trigger once per bar close.
Buy/Sell Volume ComparisonKey improvements:
Direct volume comparison: Now shows the current day's volume and previous day's volume side by side
Percentage change display: Clear percentage change with up/down arrows
Table position customization: Added a dropdown menu to select where you want the table to appear
To adjust the table position:
Click on the settings (gear icon) for the indicator after adding it to your chart
You'll see a dropdown menu labeled "Table Position"
Select from options like "Top Right", "Bottom Left", etc.
Click "OK" to apply your changes
This version also handles the case where there's no previous volume data (first bar of the chart) by checking for NA values.
Let me know if this meets your requirements, or if you'd like any other adjustments!RetryClaude does not have the ability to run the code it generates yet.Claude can make mistakes. Please double-check responses.Tip: Long chats cause you to reach your usage limits faster.
Buy/Sell EMA CandleThis indicator is designed to display various technical indicators, candle patterns, and trend directions on a price chart. Let's break down the code and explain its different sections:
Exponential Moving Averages (EMA):
The code calculates and plots five EMAs of different lengths (13, 21, 55, 90, and 200) on the price chart. These EMAs are used to identify trends and potential crossovers.
Engulfing Candle Patterns:
The code identifies and highlights potential bullish and bearish engulfing candle patterns. It checks if the current candle's body size is larger than the combined body sizes of the previous and subsequent four candles. If this condition is met, it marks the pattern on the chart.
s3.tradingview.com
EMA Crossovers:
The code identifies and highlights points where the shorter EMA (ema1) crosses above or below the longer EMA (ema2). It plots circles to indicate these crossover points.
Candle Direction and RSI Trend:
The code determines the trend direction of the last candle based on whether it closed higher or lower than its open price. It also calculates the RSI (Relative Strength Index) and determines its trend direction (overbought, oversold, or neutral) based on predefined thresholds.
s3.tradingview.com
Table Display:
The code creates a table displaying trend directions for different timeframes (monthly, weekly, daily, 4-hour, and 1-hour) for candle direction and RSI trends. The trends are labeled with "L" for long, "S" for short, and "N/A" for not applicable.
High Volume Bars (HVB):
The code identifies and colors bars with above-average volume as either bullish or bearish based on whether the price closed higher or lower than it opened. The color and conditions for high volume bars can be customized.
s3.tradingview.com
Doji Candle Pattern:
The code identifies and marks doji candle patterns, where the open and close prices are very close to each other within a certain percentage of the candle's high-low range.
RSI-Based Candle Coloring:
The code adjusts the color of the candles based on the RSI value. If the RSI value is above the overbought threshold or below the oversold threshold, the candles are colored yellow.
Usage and Interpretation:
Traders can use this indicator to identify potential trend changes based on EMA crossovers and candle patterns like engulfing and doji.
The RSI trend direction can provide additional insight into potential overbought or oversold conditions.
High volume bars can indicate potential price reversals or continuation patterns.
The table provides an overview of trend directions on different timeframes for both candle direction and RSI trends.
Keep in mind that this is a complex indicator with multiple features. Users should carefully evaluate its performance and consider combining it with other indicators and analysis methods for more accurate trading decisions.
The table is designed to provide a consolidated view of trend directions and other indicators across multiple timeframes. It is displayed on the chart and organized into rows and columns. Each row corresponds to a specific aspect of analysis, and each column corresponds to a different timeframe.
Here's a breakdown of the components of the table:
Row 1: Separation.
Row 2 (Header Row): This row contains the headers for the columns. The headers represent the different timeframes being analyzed, such as Monthly (M), Weekly (W), Daily (D), 4-hour (4h), and 1-hour (1h).
Row 3 (Content Row): This row contains labels indicating the types of information being displayed in the columns. The labels include "T" for Trend, "C" for Current Candle, and "R" for RSI Trend.
Row 4 and Onwards: These rows display the actual data for each aspect of analysis across different timeframes.
For each aspect of analysis (Trend, Current Candle, RSI Trend), the corresponding rows display the following information:
Monthly (M): The trend direction for the given aspect on the monthly timeframe.
Weekly (W): The trend direction for the given aspect on the weekly timeframe.
Daily (D): The trend direction for the given aspect on the daily timeframe.
4-hour (4h): The trend direction for the given aspect on the 4-hour timeframe.
1-hour (1h): The trend direction for the given aspect on the 1-hour timeframe.
The trend directions are represented by labels such as "L" for Long, "S" for Short, or "N/A" for Not Applicable.
The table's purpose is to provide a quick overview of trend directions and related information across multiple timeframes, aiding traders in making informed decisions based on the analysis of trend changes and other indicators.
Buy / Sell Fractal Algorithm with SL Line GenerationThis algorithm is designed for usage across indices.
How it works?
The algorithm uses a variation of fractals, momentum, RSI and LRSI to determine a trends direction.
The Relative Strength Index (RSI) is a momentum-based oscillator used to measure the speed (velocity) and change (magnitude) of directional price movements. It provides a visual means to monitor both the current and historical strength and weakness of a particular market. The strength or weakness is based on closing prices over the duration of a specified trading period, creating a reliable metric of price and momentum changes
Momentum in trading refers to the direction and magnitude of price. Momentum plays a key role in assessing trend strength, and it is important to know when a trend is slowing down. Less momentum does not always lead to a reversal, but it does signal that something is changing, and the trend may consolidate or reverse
Fractals are patterns within price changes which are repeated across thousands of bars. Examples of fractals include the golden ratio, PHI and the spirals of the milk way. They are quite literally a universal concept.
Basics of usage:
When a bullish trend is detected; the algorithm will generate a green "SL Line" at a calculated point, which can be interpreted as an invalidation line.
If the price goes below this line, the bullish trend is invalidated. So long as it holds, the bullish trend is true until the next detection change.
When a bearish trend is detected; the algorithm will generate a red "SL Line", at a calculated point, which can be interpreted as an invalidation line.
If the prices goes above this line, the bearish trend is invalidated. So long as it holds, the bearish trend is true until the next detection change.
When a given trend is invalidated, the SL Line turns yellow and you enter a "pause zone", where neither a bearish nor bullish trend is calculated.
This resets itself on the next trend detection.
Additional information:
I have coded my own backtest to this algorithm, along with plotting the profit / loss of each generated trade.
The profit is calculated by the difference between the open bar of the trade after a long ( or short ) and the following trade.
If we are calculating a short, the resulting value is then multiplied by -1 to get a positive integer.
For calculating a loss we take the value of the open bar of the trade that generates a long, and take the difference between this and the SL line, and similarly for short positions. The code assumes the user is placing their SL at the indicated line.
Within the input settings there are a few customisation options:
Alpha & Fractal Energy Length & Source - Should not be changed.
Highly bands crossover? - Has no visible effect whether on or off. It refers to the fractal chart which in this iteration is not visible and rather a backend mechanic.
Apply fractal energy? - Should generally be left turned on. This is a noise reduction. Disabling will result in over-trading.
Apply normalization? - Has no impact, is solely used to make the fractal values more human-readable rather than decimal format.
Offset - refers to the offset value of the SL Line generations. This should be set to a value that gives you enough breathing room, and remember to include any spreads! Default is 0.2, written in %
Trading hours - This simply gives a session input for the trading hours you want to trade within, and then colours the background green for that session. Trading 24/7 is never a wise strategy, stick to whatever is most optimal for you.
Leverage - Whatever leverage you are using. Default is x20. This will affect the profit / loss calculations accordingly.
Start equity - refers to the equity value you want to backtest with. Some assets will generate NA for this in the backtest label explained later.
Label customisation options.
Note that the backtest label is by default hidden, and appears when you hover over the black label at the current bar. When enabled to visible, it will show a large text label that may cover your chart screen more than you wish.
Alerts -
There are dozens of alert functionalities here; first are the timeframe assignments for each alert, set by default to 2hrs.
These timeframes then affect the asset you select in the corresponding setting.
In total there are 8 additional assets you can set alerts for.
Once you have assigned the timeframe and asset for an alert, you can then check the tick box for that individual alert.
Once done, you set the alert as normal through the tradingview alerts window. Remember to set "alert function calls only"
-
Timers:
I have added some functionality for timers to be set, values are in minutes. These work on the exact time of placement. Do not change the extra symbol formula option.
-
Note that this backtest is not intended as a replacement for tradingview backtest, nor is there a guarantee that historical results are to be replicated in the future. Trading is inherently risky.
Buy/Sell SignalsThe indicator is built using Supertrend, RSI, and Ema Crossovers.
What is the best way to use the indicator?
Indicator can be used in two ways:
First : If a signal appears on the chart, you can enter immediately the stoploss is the candle's low with a Small Buffer.
Second: you will get good results if you plot additional indicators like as volume, RSI and so on for additional confirmation to get better results
Buy/Sell Zones [LG]Combination of TMA bands and Fibonacci theory for identification of dynamic trend support and resistance levels for scalp/swing trades depending on timeframes.
Buy Sell Indicator Ver 2The volume price trend (VPT) indicator helps determine a security’s price direction and strength of price change. The indicator consists of a cumulative volume line that adds or subtracts a multiple of the percentage change in a share price’s trend and current volume, depending upon the security’s upward or downward movements.
I have combined Stochastics RSI with it for better result.
SR ArrowBuy sell signal based on StochRSI
StochRSI have overbought and oversold properties - whereas trader will long at oversold and short at overbought. This is my third time publishing the same indicator, due to technical difficulties.
Buy Sell Signals 2Finding the highest winning percentage trade
Work best on stock (1D time frame)
Only available for a month.
If you like it, please message me
Buy Sell SignalFinding the highest winning percentage trade.
Work best on stock (1D time frame).
Only be available for a month.
If you like it, please message me
Buy Sell Signals 1Finding the high winning percentage trade signals.
It will be public for a month.
If you like it, please message me
Buy Sell SignalsFinding the high winning percentage trade signals.
It will be public for a month.
If you like it, please message me
Buy Sell SignalsFinding the high winning percentage trade signals.
It will be public for a month.
If you like it, please message me